home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / quiz.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-10-12  |  225b  |  6 lines

  1. on(release){
  2.    _parent._parent.dropMenu();
  3.    _parent._parent._parent._parent.selectedCard = _root.questionsWithImages[_parent._parent._parent._parent.theChapter][this.num];
  4.    _parent._parent.selectedOne = this.num;
  5. }
  6.